PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableStringCell Class / setOverflowMode Method
A PDFFlowTableStringCellOverflowMode enum member specifying how cell content overflows.
In This Topic
    setOverflowMode Method
    In This Topic
    Sets the cell overflow mode.
    This property is considered only when returns false.
    Syntax
    public void setOverflowMode( 
       PDFFlowTableStringCellOverflowMode value
    )

    Parameters

    value
    A PDFFlowTableStringCellOverflowMode enum member specifying how cell content overflows.
    See Also